hvmloader/acpi: Simplify Processor Object definitions.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 25 Feb 2008 10:56:23 +0000 (10:56 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 25 Feb 2008 10:56:23 +0000 (10:56 +0000)
commit1fd66acbc728956b45767c5934b0a393c1c73a78
tree965ea73a5111b7a68dac9280e9291099f352219a
parent5f8a368f3b57b40a69615d9f5f9963d8ef6e89aa
hvmloader/acpi: Simplify Processor Object definitions.

No need to generate the correct number dynamically since
present/not-present can be determined from the MADT. What *is*
required is that we have a Processor Object for every present
processor. We statically declare 16 Objects, which should be plenty
for now.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/firmware/hvmloader/acpi/build.c
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/dsdt.c